<, <=, > and >= Operators< evaluates to True if the first integer is strictly less than the
second.
<= evaluates to True if the first integer is less than or equal to
the second.
> evaluates to True if the first integer is strictly greater than
the second.
>= evaluates to True if the first integer is greater than or equal
to the second.